home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / gordgame.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  278 b   |  17 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(22) or rollOver(23) then
  5.       cursor([901, 902])
  6.     end if
  7.   end if
  8.   if act = 1 then
  9.     if rollOver(25) or rollOver(26) then
  10.       cursor([901, 902])
  11.     else
  12.       cursor(-1)
  13.     end if
  14.   end if
  15.   Loopframe()
  16. end
  17.